'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of T) _ )
'Usage
Dim collection As IEnumerable(Of T) Dim instance As New SmartList(Of T)(collection)
public SmartList<T>( IEnumerable<T> collection )
public SmartList<T>( collection: IEnumerable );
public function SmartList<T>( collection : IEnumerable );
public: SmartList<T>( IEnumerable<T*>* collection )
public: SmartList<T>( IEnumerable<T^>^ collection )
Parameters
- collection
- The collection.